home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 3: The Continuation / 17-Bit_The_Continuation_Disc.iso / amigan / amigan 8 / hack.mfndpos.h < prev    next >
Text File  |  1994-01-27  |  337b  |  12 lines

  1. /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1984. */
  2.  
  3. #define    ALLOW_TRAPS    0777
  4. #define    ALLOW_U        01000
  5. #define    ALLOW_M        02000
  6. #define    ALLOW_TM    04000
  7. #define    ALLOW_ALL    (ALLOW_U | ALLOW_M | ALLOW_TM | ALLOW_TRAPS)
  8. #define    ALLOW_SSM    010000
  9. #define    ALLOW_ROCK    020000
  10. #define    NOTONL        040000
  11. #define    NOGARLIC    0100000
  12.